projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d25e5
)
(sgml-tags-invisible): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 28 Oct 2001 04:12:46 +0000
(
04:12
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 28 Oct 2001 04:12:46 +0000
(
04:12
+0000)
lisp/textmodes/sgml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index 619801ef976971803e78576f6dbb3c3259822565..27ddfe6e481824947fc0a63ad92cabee5124cae0 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-794,7
+794,7
@@
With prefix argument ARG, repeat this ARG times."
(let ((pos (point-min)))
(while (< (setq pos (next-overlay-change pos)) (point-max))
(dolist (ol (overlays-at pos))
- (if (overlay-get 'sgml-tag)
+ (if (overlay-get
ol
'sgml-tag)
(delete-overlay ol)))))
(remove-text-properties (point-min) (point-max) '(category nil))))
(restore-buffer-modified-p modified))